From 3887ad07b3fd1139ae7164d456c52acfc45d6f81 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 18 May 2005 13:28:39 +0000 Subject: [PATCH] bitkeeper revision 1.1446 (428b4307MH3U7T8lRzS3M2j3aIil2w) xc_linux_restore.c: g/c p_gdt left over from previous cleanup. Signed-off-by: Christian Limpach --- tools/libxc/xc_linux_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_linux_restore.c b/tools/libxc/xc_linux_restore.c index d50d738439..e363f43012 100644 --- a/tools/libxc/xc_linux_restore.c +++ b/tools/libxc/xc_linux_restore.c @@ -99,7 +99,7 @@ int xc_linux_restore(int xc_handle, XcIOContext *ioctxt) /* A temporary mapping of the guest's suspend record. */ suspend_record_t *p_srec; - char *region_base, *p_gdt; + char *region_base; mmu_t *mmu = NULL; -- 2.30.2